home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / eedsrc24.zip / EELIBSRC.ZIP / EELIB.H < prev    next >
Text File  |  1992-11-02  |  554b  |  25 lines

  1. #if defined(__STDC__) || defined(__cplusplus)
  2. # define _P(s) s
  3. #else
  4. # define _P(s) ()
  5. #endif
  6.  
  7.  
  8. /* eelib.c */
  9. int main _P((int argc, char *argv[]));
  10. void usage _P((void));
  11. void Command_Screen _P((void));
  12. void command _P((void));
  13. void add_lib _P((void));
  14. void extract_lib _P((void));
  15. int copy_to_file _P((void));
  16. void create_lib _P((void));
  17. void create _P((void));
  18. void delete_lib _P((void));
  19. void replace_file _P((char *file1, char *file2));
  20. void show_lib _P((void));
  21. void list_lib _P((void));
  22. void map_lib _P((void));
  23.  
  24. #undef _P
  25.